home *** CD-ROM | disk | FTP | other *** search
- Short: Italian clock with alarm + source code
- Author: StefanoRegattin@lycosmail.com (Stefano Regattin)
- Uploader: stefano.regattin@tin.it (Stefano Regattin)
- Type: dev/basic
- Distribution: OK
-
- Date: Thursday, 6th April 2000
- Name of the program: Orologio
- This is an italian evolution of the example program "Clock.bb" supplied with
- Blitz2.
- You can change the clock font by activating the window and clicking the left
- mouse button; in this case you will see a new window containing some string
- gadgets: the top-left gadget must be used to type the alarm's hour and mins; the
- next gadget at the right must be used to activate or to deactivate the alarm;
- when the alarm is activated, in the clock window will be showed a bubble; the
- longest gadget must be used to select the font: type the name of the font (with
- or without the ".font" suffix) that you know it resides in your FONTS: drawer;
- pressing RIGHTAMIGA-X keys you will clean the gadget; pressing subsequently the
- ENTER key you will be able to see all fonts that resides in your FONTS: drawer
- and you will can select one of these. In this case the last gadget at top-right
- will show the height of the font you have selected and always you will can
- modify it.
- The following two gadgets are for type into the coordinates of the top-left
- corner of the clock window.
- The four arrows box named "Angolo fisso" is for select the fixed angle: this
- angle (normally the top-left angle) will be ever locked on screen, giving the
- other three to change their position depending on the settings; the coordinates
- you type and save are related to this one; remember this when you change the
- coordinates or/and the angle by tooltypes (see below).
- The following two gadgets are for type into the coordinates of the bottom-right
- corner of the clock window; the possible combinations of the four gadgets for
- the top-left and for the bottom-right coordinates are four and are:
- TOP-LEFT (standard), TOP-RIGHT, BOTTOM-RIGHT and BOTTOM-LEFT.
- The "*** Salva ***" gadget permit to save any change.
-
- The default font is "Data70.font", a font made by me supplied with the program.
- I think that this font is better than the font "2001.font" supplied with AMOS
- Pro.
- This font is suited for italian language, for which the character "è" capital is
- obtainable with the "§" character; however it have all the chars from (ASCII) 32
- to 255 now!
- Use it for games in low resolution, it is better!
-
- How to install the "Data70" font: copy in your drawer "FONTS:" the file named
- "Data70.font".
- Create in your drawer "FONTS:" the drawer "Data70" and copy into it the file
- "13".
-
- If you have Blitz2 There is the source code (Orologio.bb2) for free
- modifications; if you don't have it, you can however analyze the source code by
- a text viewer like MultiView reading the file named "Orologio.text".
-
- The executable icon is a ColorIcon (OS3.5) taken from the archive
- ReallyIcons.lha by Angel Schnider.
-
- You can specify the font name, the font size and the coordinates of the position
- of the main window by tooltypes; when the program is launched if there are the
- tooltypes the information are taken from these, otherwise they are set to
- default.
- For who don't know, tooltypes are those parameters showed in the icon
- information window that is showed if you select the voice INFORMATION of the
- ICON menu.
- If there is no tooltype DONOTWAIT, when you save the changes it will be added.
- Note: I have removed the previous version bug of gadget garbages in the settings
- window that it occurred after the font was changed and then the settings window
- was recalled; Now there are problems no more.
-
- I am not responsible of any damage this program can occurs to your system; you
- use it at your own risk!
-
- See my home page to the Internet address:
- http://utenti.tripod.it/esseerre/Stefano.html
- The following is the same text in italian.
-
- Data: giovedì, 6 aprile 2000
- Nome del programma: Orologio
- Questa è un'evoluzione italiana del programma d'esempio "Clock.bb" fornito con
- Blitz2.
-
- Potete cambiare il font dell'orologio attivando la finestra e cliccando con il
- tasto sinistro del mouse; in questo caso vedrete una nuova finestra contenente
- alcuni campi per l'immissione di testo: il campo in alto a sinistra deve essere
- usato per digitare l'ora ed i minuti dell'allarme; il campo successivo a destra
- deve essere usato per attivare o disattivare l'allarme; quando l'allarme è
- attivato, nella finestra dell'orologio comparirà una bolla; il campo più lungo
- in basso deve essere usato per selezionare il font; digitate il nome del font
- (con o senza il suffisso ".font") che sapete che si trova nel vostro cassetto
- FONTS:; premendo i tasti AMIGA-destro e X pulirete il campo; premendo
- successivamente il tasto ENTER sarete in grado di vedere tutti i font che si
- trovano nel vostro cassetto FONTS: e potrete selezionarne uno; in questo caso il
- campo in alto a destra mosterà l'altezza del font selezionato che potrete sempre
- modificare.
- I seguenti due campi in basso servono per impostare le coordinate dell'angolo in
- alto a sinistra della finestra dell'orologio.
- Il quadrato con dentro quattro freccie serve per la selezione dell'angolo fisso:
- questo angolo (solitamente l'angolo in alto a sinistra) rimarrà fisso sullo
- schermo, lasciando liberi gli altri tree di cambiare la loro posizione a seconda
- delle impostazioni; le coordinate che digitatte e che salvate sono relativa a
- questo angolo; ricordavetelo quando cambiate le coordinatte e/o l'angolo dai
- tooltype (vedi di seguito).
- I seguenti due campi in basso servono per impostare le coordinate dell'angolo in
- basso a destra della finestra dell'orologio; le combinazioni possibili dei campi
- per le coordinate dell'angolo in altot a sinistra e per quello in basso a destra
- sono quattro e sono rispettivamente: l'angolo in alto a sinistra (TOP-LEFT),
- l'angolo in alto a destra (TOP-RIGHT), l'angolo in basso a destra (BOTTOM-RIGHT)
- e l'angolo in basso a sinistra (BOTTOM-LEFT)
- Il Bottone "*** Salva ***" permette di salvare ogni cambiamento.
- Il font di default è "Data70.font", un font fatto da me fornito col programma.
- Io credo che questo font sia migliore del font "2001.font" fornito con AMOS Pro.
- Questo font è adattato per la lingua italiana, per la quale il carattere che
- inizia questa frase è ottenibile con il carattere "§"; comunque ha tutti i
- caratteri dal (ASCII) 32 al 255.
- Usatelo in giochi a bassa risoluzione, rende meglio!
-
- Come installare il font "Data70": copiate nel vostro cassetto "FONTS:" il file
- "Data70.font".
- Create nel vostro cassetto "FONTS:" il cassetto "Data70" e copiatevi il file
- "13".
-
- Se avete Blitz2 c'è il codice sorgente (Orlogio.bb2) per libere modifiche; se
- non lo avete, potete lo stesso analizzare il codice sorgente leggendo con un
- visualizzatore di testi come MultiView il file "Orologio.text".
-
- L'icona dell'eseguiblie e un'icona ColorIcon (OS3.5) presa dall'archivio
- ReallyIcons.lha di Angel Schnider.
-
- Potete specificare il nome del font, l'altezza del font e le coordinate della
- posizione della finestra principale con i tooltype; quando lanciate il programma
- se ci sono i tooltype le informazioni vengono prese da questi, altrimenti sono
- impostate ai valori di default.
- Per chi non lo sapesse, i tooltype sono quei parametri mostrati nella finestra
- delle informazioni dell'icona che esce se selezionate la voce INFORMAZIONI dal
- menù ICONE.
- Se non c'è il tooltype DONOTWAIT, verrà aggiunto quando salverete i cambiamenti.
-
- Nota: ho rimosso un problema della precedente versione che creava dei campi
- sbagliati nella finestra delle impostazioni, il che avveniva dopo che il font
- veniva cambiato e veniva richiamata la finestra delle impostazioni; ora non ci
- sono più problemi.
-
- Non sono responsabile dei danni che questo programma può arrecare al vostro
- sistema; lo usate a vostro esclusivo rischio!
- Guardate la mia pagina su Internet all'indirizzo:
- http://utenti.tripod.it/esseerre/Stefano.html
-
- Ciao!
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 264 29 89.0% 01-Jan-00 20:09:12 +Data70.font
- 3560 1819 48.9% 20-Dec-99 13:39:04 +13
- 10457 2708 74.1% 22-Feb-00 11:24:54 OrologioSource.text
- 11074 9421 14.9% 26-Mar-00 06:54:00 Orologio.info
- 996 224 77.5% 26-Mar-00 06:54:00 Orologio.text.info
- 1280 835 34.7% 26-Mar-00 07:29:58 Orologio.bb2.info
- 19024 3966 79.1% 06-Apr-00 18:52:40 Orologio.text
- 16289 3656 77.5% 06-Apr-00 18:52:16 Orologio.bb2
- 78568 36735 53.2% 06-Apr-00 18:52:30 Orologio
- -------- ------- ----- --------- --------
- 141512 59393 58.0% 06-Apr-100 21:44:12 9 files
-